Type Iterator<T>
Namespace MathNet.Numerics.LinearAlgebra.Solvers
IEnumerable<IIterationStopCriterion<T>>
stopCriteriaThe specified stop criteria. Only one stop criterion of each type can be passed in. None of the stop criteria will be passed on to child iterators.
Does not reset the stop-criteria.
Status
field. The individual iterators may internally track the progress of the calculation based on the invocation of this method. Therefore this method should only be called if the calculation has moved forwards at least one step.